home *** CD-ROM | disk | FTP | other *** search
/ Realizing the Dream - An …al Space Station Sampler / Realizing the Dream - An International Space Station Sampler (NASA).iso / pc / wt / webmodule / nav.swf / scripts / DefineButton2_22 / BUTTONCONDACTION on(release).as next >
Encoding:
Text File  |  2000-11-29  |  516 b   |  32 lines

  1. on(release){
  2.    tellTarget("../../fade")
  3.    {
  4.       gotoAndPlay(2);
  5.    }
  6.    loadMovie("profile4/index.swf","../../intro");
  7.    tellTarget("person4_on")
  8.    {
  9.       gotoAndStop(2);
  10.    }
  11.    tellTarget("person1_on")
  12.    {
  13.       gotoAndStop(1);
  14.    }
  15.    tellTarget("person3_on")
  16.    {
  17.       gotoAndStop(1);
  18.    }
  19.    tellTarget("person2_on")
  20.    {
  21.       gotoAndStop(1);
  22.    }
  23.    tellTarget("person5_on")
  24.    {
  25.       gotoAndStop(1);
  26.    }
  27.    tellTarget("person6_on")
  28.    {
  29.       gotoAndStop(1);
  30.    }
  31. }
  32.